home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / wot-20080519-fx.xpi / chrome / wot.jar / skin / include / popup.css < prev    next >
Cascading Style Sheet File  |  2008-05-15  |  3KB  |  113 lines

  1. .wot-popup-layer {
  2.     border: 0 ! important;
  3.     font-family: Arial, sans-serif;
  4.     margin: 0;
  5.     padding: 0;
  6.     position: absolute;
  7.     z-index: 2147483647;
  8.     width: 136px;
  9. }
  10. #wot-logo {
  11.     background: url("chrome://wot/skin/fusion/popup-logo.png") top left no-repeat;
  12.     display: block;
  13.     height: 21px;
  14.     margin: 0;
  15.     padding: 0;
  16. }
  17. .accessible #wot-logo {
  18.     background: url("chrome://wot/skin/fusion/accessible/popup-logo.png") top left no-repeat;
  19. }
  20. #wot-ratings {
  21.     background: url("chrome://wot/skin/fusion/popup.png") bottom left no-repeat;
  22.     display: block;
  23.     height: 214px;
  24.     margin: 0;
  25.     padding: 0;
  26. }
  27. .wot-stack {
  28.     display: block;
  29.     height: 50px;
  30.     width: 121px;
  31.     margin: 0px 0px 0px 2px;
  32.     padding: 2px 0px 0px 9px;
  33. }
  34. .wot-header {
  35.     color: #878787;
  36.     display: block;
  37.     font-size: 12px;
  38.     font-weight: normal;
  39.     line-height: 14px;
  40.     margin: 0;
  41.     overflow: hidden;
  42.     padding: 0;
  43.     text-align: left;
  44.     white-space: nowrap;
  45.     width: 109px;
  46. }
  47. .wot-rep {
  48.     background: url('chrome://wot/skin/fusion/28_28/no_rep_available.png') left top no-repeat;
  49.     display: block;
  50.     height: 28px;
  51.     width: 28px;
  52.     margin: 2px 0px 0px 1px;
  53.     padding: 0;
  54.     float: left;
  55. }
  56. .wot-rep[reputation="1"] {
  57.     background: url('chrome://wot/skin/fusion/28_28/danger.png') left top no-repeat;
  58. }
  59. .wot-rep[reputation="2"] {
  60.     background: url('chrome://wot/skin/fusion/28_28/not_safe.png') left top no-repeat;
  61. }
  62. .wot-rep[reputation="3"] {
  63.     background: url('chrome://wot/skin/fusion/28_28/caution.png') left top no-repeat;
  64. }
  65. .wot-rep[reputation="4"] {
  66.     background: url('chrome://wot/skin/fusion/28_28/alright.png') left top no-repeat;
  67. }
  68. .wot-rep[reputation="5"] {
  69.     background: url('chrome://wot/skin/fusion/28_28/trusted.png') left top no-repeat;
  70. }
  71. .accessible .wot-rep {
  72.     background: url('chrome://wot/skin/fusion/accessible/28_28/no_rep_available.png') left top no-repeat;
  73. }
  74. .accessible .wot-rep[reputation="1"] {
  75.     background: url('chrome://wot/skin/fusion/accessible/28_28/danger.png') left top no-repeat;
  76. }
  77. .accessible .wot-rep[reputation="2"] {
  78.     background: url('chrome://wot/skin/fusion/accessible/28_28/not_safe.png') left top no-repeat;
  79. }
  80. .accessible .wot-rep[reputation="3"] {
  81.     background: url('chrome://wot/skin/fusion/accessible/28_28/caution.png') left top no-repeat;
  82. }
  83. .accessible .wot-rep[reputation="4"] {
  84.     background: url('chrome://wot/skin/fusion/accessible/28_28/alright.png') left top no-repeat;
  85. }
  86. .accessible .wot-rep[reputation="5"] {
  87.     background: url('chrome://wot/skin/fusion/accessible/28_28/trusted.png') left top no-repeat;
  88. }
  89. .wot-cnf {
  90.     background: url('chrome://wot/skin/fusion/confidence-0.png') right top no-repeat;
  91.     display: block;
  92.     height: 18px;
  93.     width: 51px;
  94.     margin: 6px 32px 0px 0px;
  95.     padding: 0;
  96.     float: right;
  97. }
  98. .wot-cnf[confidence="1"] {
  99.     background: url('chrome://wot/skin/fusion/confidence-1.png') right top no-repeat;
  100. }
  101. .wot-cnf[confidence="2"] {
  102.     background: url('chrome://wot/skin/fusion/confidence-2.png') right top no-repeat;
  103. }
  104. .wot-cnf[confidence="3"] {
  105.     background: url('chrome://wot/skin/fusion/confidence-3.png') right top no-repeat;
  106. }
  107. .wot-cnf[confidence="4"] {
  108.     background: url('chrome://wot/skin/fusion/confidence-4.png') right top no-repeat;
  109. }
  110. .wot-cnf[confidence="5"] {
  111.     background: url('chrome://wot/skin/fusion/confidence-5.png') right top no-repeat;
  112. }
  113.